Hello community, here is the log from the commit of package ghc-yesod-auth for openSUSE:Factory checked in at 2017-06-04 01:59:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-yesod-auth (Old) and /work/SRC/openSUSE:Factory/.ghc-yesod-auth.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-yesod-auth" Sun Jun 4 01:59:30 2017 rev:8 rq:499743 version:1.4.17.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-yesod-auth/ghc-yesod-auth.changes 2017-05-10 20:50:11.837558636 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-yesod-auth.new/ghc-yesod-auth.changes 2017-06-04 01:59:33.830448350 +0200 @@ -1,0 +2,5 @@ +Thu May 18 09:52:25 UTC 2017 - [email protected] + +- Update to version 1.4.17.1 with cabal2obs. + +------------------------------------------------------------------- Old: ---- yesod-auth-1.4.17.tar.gz yesod-auth.cabal New: ---- yesod-auth-1.4.17.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-yesod-auth.spec ++++++ --- /var/tmp/diff_new_pack.95Wg1D/_old 2017-06-04 01:59:34.738320092 +0200 +++ /var/tmp/diff_new_pack.95Wg1D/_new 2017-06-04 01:59:34.742319527 +0200 @@ -18,14 +18,13 @@ %global pkg_name yesod-auth Name: ghc-%{pkg_name} -Version: 1.4.17 +Version: 1.4.17.1 Release: 0 Summary: Authentication for Yesod License: MIT Group: Development/Languages/Other Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-aeson-devel BuildRequires: ghc-authenticate-devel @@ -86,7 +85,6 @@ %prep %setup -q -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ yesod-auth-1.4.17.tar.gz -> yesod-auth-1.4.17.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yesod-auth-1.4.17/ChangeLog.md new/yesod-auth-1.4.17.1/ChangeLog.md --- old/yesod-auth-1.4.17/ChangeLog.md 2017-02-27 08:46:27.000000000 +0100 +++ new/yesod-auth-1.4.17.1/ChangeLog.md 2017-05-13 23:23:11.000000000 +0200 @@ -1,3 +1,7 @@ +## 1.4.17.1 + +* Some translation fixes + ## 1.4.17 * Add Show instance for user credentials `Creds` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yesod-auth-1.4.17/Yesod/Auth/Message.hs new/yesod-auth-1.4.17.1/Yesod/Auth/Message.hs --- old/yesod-auth-1.4.17/Yesod/Auth/Message.hs 2017-02-05 13:38:01.000000000 +0100 +++ new/yesod-auth-1.4.17.1/Yesod/Auth/Message.hs 2017-04-12 09:57:39.000000000 +0200 @@ -416,7 +416,7 @@ japaneseMessage Email = "Eメール" japaneseMessage UserName = "ユーザー名" -- FIXME by Google Translate "user name" japaneseMessage Password = "パスワード" -japaneseMessage CurrentPassword = "Current password" +japaneseMessage CurrentPassword = "現在のパスワード" japaneseMessage Register = "登録" japaneseMessage RegisterLong = "新規アカウント登録" japaneseMessage EnterEmail = "メールアドレスを入力してください。確認メールが送られます" @@ -511,9 +511,9 @@ chineseMessage LoginGoogle = "用Google帐户登录" chineseMessage LoginYahoo = "用Yahoo帐户登录" chineseMessage Email = "邮箱" -chineseMessage UserName = "用户名" -- FIXME by Google Translate "user name" +chineseMessage UserName = "用户名" chineseMessage Password = "密码" -chineseMessage CurrentPassword = "Current password" +chineseMessage CurrentPassword = "当前密码" chineseMessage Register = "注册" chineseMessage RegisterLong = "注册新帐户" chineseMessage EnterEmail = "输入你的邮箱地址,你将收到一封确认邮件。" @@ -547,11 +547,10 @@ chineseMessage SendPasswordResetEmail = "发送密码重置邮件" chineseMessage PasswordResetPrompt = "输入你的邮箱地址或用户名,你将收到一封密码重置邮件。" chineseMessage InvalidUsernamePass = "无效的用户名/密码组合" --- TODO -chineseMessage i@(IdentifierNotFound _) = englishMessage i -chineseMessage Logout = "註銷" -- FIXME by Google Translate -chineseMessage LogoutTitle = "註銷" -- FIXME by Google Translate -chineseMessage AuthError = "验证错误" -- FIXME by Google Translate +chineseMessage (IdentifierNotFound ident) = "邮箱/用户名不存在: " `mappend` ident +chineseMessage Logout = "注销" +chineseMessage LogoutTitle = "注销" +chineseMessage AuthError = "验证错误" czechMessage :: AuthMessage -> Text czechMessage NoOpenID = "Nebyl nalezen identifikátor OpenID" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yesod-auth-1.4.17/yesod-auth.cabal new/yesod-auth-1.4.17.1/yesod-auth.cabal --- old/yesod-auth-1.4.17/yesod-auth.cabal 2017-02-08 10:15:58.000000000 +0100 +++ new/yesod-auth-1.4.17.1/yesod-auth.cabal 2017-05-13 23:23:04.000000000 +0200 @@ -1,5 +1,5 @@ name: yesod-auth -version: 1.4.17 +version: 1.4.17.1 license: MIT license-file: LICENSE author: Michael Snoyman, Patrick Brisbin @@ -37,8 +37,8 @@ , unordered-containers , yesod-form >= 1.4 && < 1.5 , transformers >= 0.2.2 - , persistent >= 2.1 && < 2.7 - , persistent-template >= 2.1 && < 2.7 + , persistent >= 2.1 && < 2.8 + , persistent-template >= 2.1 && < 2.8 , http-client , http-conduit >= 2.1 , aeson >= 0.7
