commit ghc-gogol-tagmanager for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-gogol-tagmanager for openSUSE:Factory checked in at 2017-08-31 20:55:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-gogol-tagmanager (Old) and /work/SRC/openSUSE:Factory/.ghc-gogol-tagmanager.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-gogol-tagmanager" Thu Aug 31 20:55:05 2017 rev:2 rq:513348 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-gogol-tagmanager/ghc-gogol-tagmanager.changes 2017-05-10 20:44:11.272436129 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-gogol-tagmanager.new/ghc-gogol-tagmanager.changes 2017-08-31 20:55:06.630822453 +0200 @@ -1,0 +2,5 @@ +Thu Jul 27 14:08:04 UTC 2017 - psimons@suse.com + +- Update to version 0.3.0. + +------------------------------------------------------------------- Old: ---- gogol-tagmanager-0.1.1.tar.gz New: ---- gogol-tagmanager-0.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-gogol-tagmanager.spec ++++++ --- /var/tmp/diff_new_pack.Stb2tZ/_old 2017-08-31 20:55:07.718669606 +0200 +++ /var/tmp/diff_new_pack.Stb2tZ/_new 2017-08-31 20:55:07.722669044 +0200 @@ -18,7 +18,7 @@ %global pkg_name gogol-tagmanager Name: ghc-%{pkg_name} -Version: 0.1.1 +Version: 0.3.0 Release: 0 Summary: Google Tag Manager SDK License: MPL-2.0 ++++++ gogol-tagmanager-0.1.1.tar.gz -> gogol-tagmanager-0.3.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gogol-tagmanager-0.1.1/README.md new/gogol-tagmanager-0.3.0/README.md --- old/gogol-tagmanager-0.1.1/README.md 2016-11-03 14:26:28.000000000 +0100 +++ new/gogol-tagmanager-0.3.0/README.md 2017-07-12 16:51:30.000000000 +0200 @@ -8,7 +8,7 @@ ## Version -`0.1.1` +`0.3.0` ## Description diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gogol-tagmanager-0.1.1/gen/Network/Google/TagManager/Types.hs new/gogol-tagmanager-0.3.0/gen/Network/Google/TagManager/Types.hs --- old/gogol-tagmanager-0.1.1/gen/Network/Google/TagManager/Types.hs 2016-11-03 14:26:28.000000000 +0100 +++ new/gogol-tagmanager-0.3.0/gen/Network/Google/TagManager/Types.hs 2017-07-12 16:51:30.000000000 +0200 @@ -357,15 +357,16 @@ = defaultService (ServiceId "tagmanager:v1") "www.googleapis.com" --- | View your Google Tag Manager containers +-- | View your Google Tag Manager container and its subcomponents tagManagerReadOnlyScope :: Proxy '["https://www.googleapis.com/auth/tagmanager.readonly"] tagManagerReadOnlyScope = Proxy; --- | Manage your Google Tag Manager containers +-- | Manage your Google Tag Manager container and its subcomponents, +-- excluding versioning and publishing tagManagerEditContainersScope :: Proxy '["https://www.googleapis.com/auth/tagmanager.edit.containers"] tagManagerEditContainersScope = Proxy; --- | Manage your Google Tag Manager accounts +-- | View and manage your Google Tag Manager accounts tagManagerManageAccountsScope :: Proxy '["https://www.googleapis.com/auth/tagmanager.manage.accounts"] tagManagerManageAccountsScope = Proxy; @@ -373,11 +374,11 @@ tagManagerDeleteContainersScope :: Proxy '["https://www.googleapis.com/auth/tagmanager.delete.containers"] tagManagerDeleteContainersScope = Proxy; --- | Manage user permissions of your Google Tag Manager data +-- | Manage user permissions of your Google Tag Manager account and container tagManagerManageUsersScope :: Proxy '["https://www.googleapis.com/auth/tagmanager.manage.users"] tagManagerManageUsersScope = Proxy; --- | Publish your Google Tag Manager containers +-- | Publish your Google Tag Manager container versions tagManagerPublishScope :: Proxy '["https://www.googleapis.com/auth/tagmanager.publish"] tagManagerPublishScope = Proxy; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gogol-tagmanager-0.1.1/gogol-tagmanager.cabal new/gogol-tagmanager-0.3.0/gogol-tagmanager.cabal --- old/gogol-tagmanager-0.1.1/gogol-tagmanager.cabal 2016-11-03 14:26:28.000000000 +0100 +++ new/gogol-tagmanager-0.3.0/gogol-tagmanager.cabal 2017-07-12 16:51:30.000000000 +0200 @@ -1,5 +1,5 @@ name: gogol-tagmanager -version: 0.1.1 +version: 0.3.0 synopsis: Google Tag Manager SDK. homepage: https://github.com/brendanhay/gogol bug-reports: https://github.com/brendanhay/gogol/issues @@ -91,5 +91,5 @@ , Network.Google.TagManager.Types.Sum build-depends: - gogol-core == 0.1.1.* + gogol-core == 0.3.0.* , base >= 4.7 && < 5
participants (1)
-
root@hilbert.suse.de